home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00076.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  226 b   |  14 lines

  1. on exitFrame
  2.   global gsetup_pointer
  3.   cursor(-1)
  4.   if the movieRate of sprite 20 = 1 then
  5.     go(the frame)
  6.   else
  7.     if gsetup_pointer = "nfo.mov" then
  8.       go("info")
  9.     else
  10.       go("playroom")
  11.     end if
  12.   end if
  13. end
  14.